PATH  Mac OS 8 and 9 Developer Documentation > Human Interface Toolbox > Icon Services and Utilities
>
Obtaining and Using Icons With Icon Services

   

IconFamilyResource

Contains data obtained from an 'icns' resource.

struct IconFamilyResource {
OSType              resourceType; /* Always 'icns'*/
Size                resourceSize; /* Total size of this resource*/
IconFamilyElement   elements[1];
};

resourceType
A value of type OSType . This is always 'icns' .

resourceSize
A value of type Size . This value specifies the total size of this resource.

elements
An array of values of type IconFamilyElement. These values define the icon family described by this structure.

© 1999 Apple Computer, Inc. – (Last Updated 03 Dec 99)